Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remaining problems with version display #1860

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

waxlamp
Copy link
Member

@waxlamp waxlamp commented Feb 7, 2024

This PR adds a git fetch --tags command to the Netlify build command to ensure that the build process picks up on recently published tags (rather than just a pull on the trigger branch that seems to be happening now). Since git tags are not normally part of most Netflify builds, this would explain why we're always "behind" when displaying the tag versions in the app.

We'll know if this works after the PR is published with release tags. If it doesn't, we can revert this change and look for a different solution.

Closes #1089.

@waxlamp waxlamp marked this pull request as draft February 7, 2024 14:39
@waxlamp waxlamp changed the title [WIP] Fix remaining problems with version display Fix remaining problems with version display Feb 7, 2024
@waxlamp waxlamp marked this pull request as ready for review February 7, 2024 15:23
@waxlamp waxlamp added patch Increment the patch version when merged release Create a release when this pr is merged labels Feb 7, 2024
@waxlamp waxlamp merged commit 627372c into master Feb 7, 2024
3 checks passed
@waxlamp waxlamp deleted the netlify-build-improvement branch February 7, 2024 15:40
@dandibot
Copy link
Member

dandibot commented Feb 7, 2024

🚀 PR was released in v0.3.74 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Feb 7, 2024
@yarikoptic
Copy link
Member

woohoo -- it worked! thanks @waxlamp !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reported versions are "suboptimal" seems due to lack of git tags
4 participants